math/big.Int.Xor (method)

2 uses

	math/big (current package)
		int.go#L1165: func (z *Int) Xor(x, y *Int) *Int {

	go/constant
		value.go#L1173: 			c.Xor(a, b)